x86: Fix acpi_parse_fadt()
authorKeir Fraser <keir@xensource.com>
Fri, 12 Oct 2007 14:37:13 +0000 (15:37 +0100)
committerKeir Fraser <keir@xensource.com>
Fri, 12 Oct 2007 14:37:13 +0000 (15:37 +0100)
commite18c67eaf44193ffef416a192553220e7531e9e1
tree07e4f78581162d8e3690ca6bdbafde11a7117958
parente972f8be188f10d70266d3e1b3735a57dbd23b44
x86: Fix acpi_parse_fadt()

Prevent returning early, so that other information gathered in this
function will not occasionally be missing for the consumer(s).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/acpi/boot.c